home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_1 / dm57.zip / WHATS.NEW < prev   
Text File  |  1992-05-24  |  3KB  |  87 lines

  1. v5.7, 05/24/92
  2. --------------
  3.  
  4.  ■  Added a module for Virtual BBS (VBBS).  DM will process a "standard"
  5.     DORINFO1.DEF file in this mode.  The DoorType is "VBBS".
  6.  
  7.  ■  Modified the PCB14 and PCB14C modules to write a blank CNAMES file
  8.     as well as PCBOARD.DAT, PCBOARD.SYS, and USERS.  I just found out
  9.     that some ProKit doors still require CNAMES to exist.
  10.  
  11.  ■  Fixed a bug in the PCBSETUP module that sometimes caused a message
  12.     to pop up telling you CNAMES was missing.
  13.  
  14.  ■  Fixed a bug when converting to WWIV.  Apparently, some older WWIV
  15.     doors don't like a pathname to be specified for the g-files and
  16.     t-files dirs.  I had a run-time error 003 occurring on a couple of
  17.     them until I removed the dirs from CHAIN.TXT.
  18.  
  19.  ■  Fixed the bug that made DM refuse to run on a monochrome system!
  20.     The problem was that in some areas of DM (specifically, the help
  21.     system and the configuration program), I was saving and restoring
  22.     screens to video memory - which monochrome cards don't have.  I have
  23.     changed the routines to save and restore screens to an array.
  24.     DM should work fine on monochrome systems now.
  25.  
  26.  ■  Added support for versions of Citadel that support OUTPUT.APL.
  27.     The only versions I'm aware of that support this are TurboCit and
  28.     FredCit; others might support it as well.  If so, they will work
  29.     with the Citadel module.  The DoorType is "CITADEL".
  30.  
  31.  ■  Due to user request, I have changed the Telegard module back to reading
  32.     a DOOR.SYS.  The bug has been fixed; turns out that the supposed
  33.     "standard" DOOR.SYS used in GAP uses five extra lines at the end
  34.     of the file; Telegard and TAG do not write these four lines to the
  35.     file, so this caused error 62's when I had this module reading the
  36.     DOOR.SYS previously.
  37.  
  38.  ■  Added a module for Powerboard BBS.  DM will process a "standard"
  39.     DOOR.SYS file when in this mode.  The DoorType is "PB".
  40.  
  41.  
  42. v5.6, 02/14/92
  43. --------------
  44.  
  45.  ■  Changed the version numbering scheme to merge the bug fix and feature
  46.     counters, bringing this one to v5.6 (3 + 2 + 1 for changes in this
  47.     release = 6).
  48.  
  49.  ■  Changed the Telegard module to read/write a DORINFO1.DEF instead of
  50.     a DOOR.SYS.
  51.  
  52.  
  53. v5.3.2,  01/19/92
  54. -----------------
  55.  
  56.  ■  Fixed a bug in the PARMS mode.  When using 1 as the graphics type,
  57.     it was still filtering it out as non-graphics.
  58.  
  59.  
  60. v5.3.1,  01/18/92
  61. -----------------
  62.  
  63.  ■  Added a TriTel module.  This will read/write a TRITEL.SYS file.
  64.  
  65.  
  66. v5.2.1,  12/25/91
  67. -----------------
  68.  
  69.  ■  Changed the Maximus module from 1.xx format (which used an Opus/Fido
  70.     LASTUSER.BBS file) to the new 2.xx format using a DORINFO1.DEF file.
  71.  
  72.  ■  Changed the RemoteAccess module so that it always reads or writes
  73.     a DORINFO1.DEF, i.e., it no longer tries to read a DORINFO2.DEF,
  74.     DORINFO3.DEF, etc. if you use the /N=n switch.
  75.  
  76.  
  77. v5.1.1,  12/23/91
  78. -----------------
  79.  
  80.  ■  Fixed a bug relating to graphics when converting from RemoteAccess
  81.  
  82.  ■  Added an enhancement for WWIV.  Some sysops have suggested that the
  83.     user's alias rather than real name be read from the CHAIN.TXT file.
  84.     If you wish to use this method, use a DoorType of "WWIV-ALIAS" instead
  85.     of "WWIV".
  86.  
  87.